@cumulus/aws-client
Advanced tools
Comparing version 10.0.0-beta.0 to 10.0.0
{ | ||
"name": "@cumulus/aws-client", | ||
"version": "10.0.0-beta.0", | ||
"version": "10.0.0", | ||
"description": "Utilities for working with AWS", | ||
@@ -46,5 +46,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@cumulus/checksum": "10.0.0-beta.0", | ||
"@cumulus/errors": "10.0.0-beta.0", | ||
"@cumulus/logger": "10.0.0-beta.0", | ||
"@cumulus/checksum": "10.0.0", | ||
"@cumulus/errors": "10.0.0", | ||
"@cumulus/logger": "10.0.0", | ||
"aws-sdk": "^2.814.0", | ||
@@ -58,3 +58,3 @@ "jsonpath-plus": "^1.1.0", | ||
}, | ||
"gitHead": "bc283986be627ba06a4084cabd4e01d1540d14c7" | ||
"gitHead": "7c6d2d1cd79b57d6943bbc3d898d0cf975b543b1" | ||
} |
@@ -861,2 +861,3 @@ # @cumulus/aws-client | ||
| [params.copyTags] | <code>boolean</code> | <code>false</code> | | | ||
| [params.chunkSize] | <code>number</code> | | chunk size of the S3 multipart uploads | | ||
@@ -879,2 +880,3 @@ <a name="module_S3..moveObject"></a> | ||
| [params.copyTags] | <code>boolean</code> | <code>false</code> | | | ||
| [params.chunkSize] | <code>number</code> | | chunk size of the S3 multipart uploads | | ||
@@ -881,0 +883,0 @@ <a name="module_SNS"></a> |
@@ -323,5 +323,3 @@ "use strict"; | ||
*/ | ||
const getObject = ( | ||
// eslint-disable-next-line no-shadow | ||
s3Client, params) => s3Client.getObject(params).promise(); | ||
const getObject = (s3Client, params) => s3Client.getObject(params).promise(); | ||
exports.getObject = getObject; | ||
@@ -328,0 +326,0 @@ /** |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
201559
0
1215
3389
+ Added@cumulus/checksum@10.0.0(transitive)
+ Added@cumulus/errors@10.0.0(transitive)
+ Added@cumulus/logger@10.0.0(transitive)
- Removed@cumulus/checksum@10.0.0-beta.0(transitive)
- Removed@cumulus/errors@10.0.0-beta.0(transitive)
- Removed@cumulus/logger@10.0.0-beta.0(transitive)
Updated@cumulus/checksum@10.0.0
Updated@cumulus/errors@10.0.0
Updated@cumulus/logger@10.0.0