oci-objectstorage 2.83.0 → 2.84.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/lib/client.d.ts +54 -50
  2. package/lib/client.js +56 -50
  3. package/lib/client.js.map +1 -1
  4. package/lib/request/abort-multipart-upload-request.d.ts +1 -1
  5. package/lib/request/cancel-work-request-request.d.ts +1 -1
  6. package/lib/request/commit-multipart-upload-request.d.ts +1 -1
  7. package/lib/request/copy-object-request.d.ts +1 -1
  8. package/lib/request/create-bucket-request.d.ts +1 -1
  9. package/lib/request/create-multipart-upload-request.d.ts +1 -1
  10. package/lib/request/create-preauthenticated-request-request.d.ts +1 -1
  11. package/lib/request/create-replication-policy-request.d.ts +1 -1
  12. package/lib/request/create-retention-rule-request.d.ts +1 -1
  13. package/lib/request/delete-bucket-request.d.ts +1 -1
  14. package/lib/request/delete-object-lifecycle-policy-request.d.ts +1 -1
  15. package/lib/request/delete-object-request.d.ts +1 -1
  16. package/lib/request/delete-preauthenticated-request-request.d.ts +1 -1
  17. package/lib/request/delete-replication-policy-request.d.ts +1 -1
  18. package/lib/request/delete-retention-rule-request.d.ts +1 -1
  19. package/lib/request/get-bucket-request.d.ts +1 -1
  20. package/lib/request/get-namespace-metadata-request.d.ts +1 -1
  21. package/lib/request/get-namespace-request.d.ts +1 -1
  22. package/lib/request/get-object-lifecycle-policy-request.d.ts +1 -1
  23. package/lib/request/get-object-request.d.ts +1 -1
  24. package/lib/request/get-preauthenticated-request-request.d.ts +1 -1
  25. package/lib/request/get-replication-policy-request.d.ts +1 -1
  26. package/lib/request/get-retention-rule-request.d.ts +1 -1
  27. package/lib/request/get-work-request-request.d.ts +1 -1
  28. package/lib/request/head-bucket-request.d.ts +1 -1
  29. package/lib/request/head-object-request.d.ts +1 -1
  30. package/lib/request/list-buckets-request.d.ts +1 -1
  31. package/lib/request/list-multipart-upload-parts-request.d.ts +1 -1
  32. package/lib/request/list-multipart-uploads-request.d.ts +1 -1
  33. package/lib/request/list-object-versions-request.d.ts +1 -1
  34. package/lib/request/list-objects-request.d.ts +1 -1
  35. package/lib/request/list-preauthenticated-requests-request.d.ts +1 -1
  36. package/lib/request/list-replication-policies-request.d.ts +1 -1
  37. package/lib/request/list-replication-sources-request.d.ts +1 -1
  38. package/lib/request/list-retention-rules-request.d.ts +1 -1
  39. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  40. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  41. package/lib/request/list-work-requests-request.d.ts +1 -1
  42. package/lib/request/make-bucket-writable-request.d.ts +1 -1
  43. package/lib/request/put-object-lifecycle-policy-request.d.ts +1 -1
  44. package/lib/request/put-object-request.d.ts +1 -1
  45. package/lib/request/reencrypt-bucket-request.d.ts +1 -1
  46. package/lib/request/reencrypt-object-request.d.ts +1 -1
  47. package/lib/request/rename-object-request.d.ts +1 -1
  48. package/lib/request/restore-objects-request.d.ts +1 -1
  49. package/lib/request/update-bucket-request.d.ts +1 -1
  50. package/lib/request/update-namespace-metadata-request.d.ts +1 -1
  51. package/lib/request/update-object-storage-tier-request.d.ts +1 -1
  52. package/lib/request/update-retention-rule-request.d.ts +1 -1
  53. package/lib/request/upload-part-request.d.ts +1 -1
  54. package/lib/upload-manager/upload-manager.js +6 -3
  55. package/lib/upload-manager/upload-manager.js.map +1 -1
  56. package/package.json +3 -3
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/CreateReplicationPolicy.ts.html |here} to see how to use CreateReplicationPolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/CreateReplicationPolicy.ts.html |here} to see how to use CreateReplicationPolicyRequest.
17
17
  */
18
18
  export interface CreateReplicationPolicyRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/CreateRetentionRule.ts.html |here} to see how to use CreateRetentionRuleRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/CreateRetentionRule.ts.html |here} to see how to use CreateRetentionRuleRequest.
17
17
  */
18
18
  export interface CreateRetentionRuleRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/DeleteBucket.ts.html |here} to see how to use DeleteBucketRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/DeleteBucket.ts.html |here} to see how to use DeleteBucketRequest.
16
16
  */
17
17
  export interface DeleteBucketRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/DeleteObjectLifecyclePolicy.ts.html |here} to see how to use DeleteObjectLifecyclePolicyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/DeleteObjectLifecyclePolicy.ts.html |here} to see how to use DeleteObjectLifecyclePolicyRequest.
16
16
  */
17
17
  export interface DeleteObjectLifecyclePolicyRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/DeleteObject.ts.html |here} to see how to use DeleteObjectRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/DeleteObject.ts.html |here} to see how to use DeleteObjectRequest.
16
16
  */
17
17
  export interface DeleteObjectRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/DeletePreauthenticatedRequest.ts.html |here} to see how to use DeletePreauthenticatedRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/DeletePreauthenticatedRequest.ts.html |here} to see how to use DeletePreauthenticatedRequestRequest.
16
16
  */
17
17
  export interface DeletePreauthenticatedRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/DeleteReplicationPolicy.ts.html |here} to see how to use DeleteReplicationPolicyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/DeleteReplicationPolicy.ts.html |here} to see how to use DeleteReplicationPolicyRequest.
16
16
  */
17
17
  export interface DeleteReplicationPolicyRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/DeleteRetentionRule.ts.html |here} to see how to use DeleteRetentionRuleRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/DeleteRetentionRule.ts.html |here} to see how to use DeleteRetentionRuleRequest.
16
16
  */
17
17
  export interface DeleteRetentionRuleRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/GetBucket.ts.html |here} to see how to use GetBucketRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/GetBucket.ts.html |here} to see how to use GetBucketRequest.
16
16
  */
17
17
  export interface GetBucketRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/GetNamespaceMetadata.ts.html |here} to see how to use GetNamespaceMetadataRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/GetNamespaceMetadata.ts.html |here} to see how to use GetNamespaceMetadataRequest.
16
16
  */
17
17
  export interface GetNamespaceMetadataRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/GetNamespace.ts.html |here} to see how to use GetNamespaceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/GetNamespace.ts.html |here} to see how to use GetNamespaceRequest.
16
16
  */
17
17
  export interface GetNamespaceRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/GetObjectLifecyclePolicy.ts.html |here} to see how to use GetObjectLifecyclePolicyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/GetObjectLifecyclePolicy.ts.html |here} to see how to use GetObjectLifecyclePolicyRequest.
16
16
  */
17
17
  export interface GetObjectLifecyclePolicyRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/GetObject.ts.html |here} to see how to use GetObjectRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/GetObject.ts.html |here} to see how to use GetObjectRequest.
16
16
  */
17
17
  export interface GetObjectRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/GetPreauthenticatedRequest.ts.html |here} to see how to use GetPreauthenticatedRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/GetPreauthenticatedRequest.ts.html |here} to see how to use GetPreauthenticatedRequestRequest.
16
16
  */
17
17
  export interface GetPreauthenticatedRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/GetReplicationPolicy.ts.html |here} to see how to use GetReplicationPolicyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/GetReplicationPolicy.ts.html |here} to see how to use GetReplicationPolicyRequest.
16
16
  */
17
17
  export interface GetReplicationPolicyRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/GetRetentionRule.ts.html |here} to see how to use GetRetentionRuleRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/GetRetentionRule.ts.html |here} to see how to use GetRetentionRuleRequest.
16
16
  */
17
17
  export interface GetRetentionRuleRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/HeadBucket.ts.html |here} to see how to use HeadBucketRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/HeadBucket.ts.html |here} to see how to use HeadBucketRequest.
16
16
  */
17
17
  export interface HeadBucketRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/HeadObject.ts.html |here} to see how to use HeadObjectRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/HeadObject.ts.html |here} to see how to use HeadObjectRequest.
16
16
  */
17
17
  export interface HeadObjectRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/ListBuckets.ts.html |here} to see how to use ListBucketsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/ListBuckets.ts.html |here} to see how to use ListBucketsRequest.
16
16
  */
17
17
  export interface ListBucketsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/ListMultipartUploadParts.ts.html |here} to see how to use ListMultipartUploadPartsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/ListMultipartUploadParts.ts.html |here} to see how to use ListMultipartUploadPartsRequest.
16
16
  */
17
17
  export interface ListMultipartUploadPartsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/ListMultipartUploads.ts.html |here} to see how to use ListMultipartUploadsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/ListMultipartUploads.ts.html |here} to see how to use ListMultipartUploadsRequest.
16
16
  */
17
17
  export interface ListMultipartUploadsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/ListObjectVersions.ts.html |here} to see how to use ListObjectVersionsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/ListObjectVersions.ts.html |here} to see how to use ListObjectVersionsRequest.
16
16
  */
17
17
  export interface ListObjectVersionsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/ListObjects.ts.html |here} to see how to use ListObjectsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/ListObjects.ts.html |here} to see how to use ListObjectsRequest.
16
16
  */
17
17
  export interface ListObjectsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/ListPreauthenticatedRequests.ts.html |here} to see how to use ListPreauthenticatedRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/ListPreauthenticatedRequests.ts.html |here} to see how to use ListPreauthenticatedRequestsRequest.
16
16
  */
17
17
  export interface ListPreauthenticatedRequestsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/ListReplicationPolicies.ts.html |here} to see how to use ListReplicationPoliciesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/ListReplicationPolicies.ts.html |here} to see how to use ListReplicationPoliciesRequest.
16
16
  */
17
17
  export interface ListReplicationPoliciesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/ListReplicationSources.ts.html |here} to see how to use ListReplicationSourcesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/ListReplicationSources.ts.html |here} to see how to use ListReplicationSourcesRequest.
16
16
  */
17
17
  export interface ListReplicationSourcesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/ListRetentionRules.ts.html |here} to see how to use ListRetentionRulesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/ListRetentionRules.ts.html |here} to see how to use ListRetentionRulesRequest.
16
16
  */
17
17
  export interface ListRetentionRulesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
16
  */
17
17
  export interface ListWorkRequestsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/MakeBucketWritable.ts.html |here} to see how to use MakeBucketWritableRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/MakeBucketWritable.ts.html |here} to see how to use MakeBucketWritableRequest.
16
16
  */
17
17
  export interface MakeBucketWritableRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/PutObjectLifecyclePolicy.ts.html |here} to see how to use PutObjectLifecyclePolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/PutObjectLifecyclePolicy.ts.html |here} to see how to use PutObjectLifecyclePolicyRequest.
17
17
  */
18
18
  export interface PutObjectLifecyclePolicyRequest extends common.BaseRequest {
19
19
  /**
@@ -15,7 +15,7 @@ import * as model from "../model";
15
15
  import common = require("oci-common");
16
16
  import stream = require("stream");
17
17
  /**
18
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/PutObject.ts.html |here} to see how to use PutObjectRequest.
18
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/PutObject.ts.html |here} to see how to use PutObjectRequest.
19
19
  */
20
20
  export interface PutObjectRequest extends common.BaseRequest {
21
21
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/ReencryptBucket.ts.html |here} to see how to use ReencryptBucketRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/ReencryptBucket.ts.html |here} to see how to use ReencryptBucketRequest.
16
16
  */
17
17
  export interface ReencryptBucketRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/ReencryptObject.ts.html |here} to see how to use ReencryptObjectRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/ReencryptObject.ts.html |here} to see how to use ReencryptObjectRequest.
17
17
  */
18
18
  export interface ReencryptObjectRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/RenameObject.ts.html |here} to see how to use RenameObjectRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/RenameObject.ts.html |here} to see how to use RenameObjectRequest.
17
17
  */
18
18
  export interface RenameObjectRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/RestoreObjects.ts.html |here} to see how to use RestoreObjectsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/RestoreObjects.ts.html |here} to see how to use RestoreObjectsRequest.
17
17
  */
18
18
  export interface RestoreObjectsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/UpdateBucket.ts.html |here} to see how to use UpdateBucketRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/UpdateBucket.ts.html |here} to see how to use UpdateBucketRequest.
17
17
  */
18
18
  export interface UpdateBucketRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/UpdateNamespaceMetadata.ts.html |here} to see how to use UpdateNamespaceMetadataRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/UpdateNamespaceMetadata.ts.html |here} to see how to use UpdateNamespaceMetadataRequest.
17
17
  */
18
18
  export interface UpdateNamespaceMetadataRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/UpdateObjectStorageTier.ts.html |here} to see how to use UpdateObjectStorageTierRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/UpdateObjectStorageTier.ts.html |here} to see how to use UpdateObjectStorageTierRequest.
17
17
  */
18
18
  export interface UpdateObjectStorageTierRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/UpdateRetentionRule.ts.html |here} to see how to use UpdateRetentionRuleRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/UpdateRetentionRule.ts.html |here} to see how to use UpdateRetentionRuleRequest.
17
17
  */
18
18
  export interface UpdateRetentionRuleRequest extends common.BaseRequest {
19
19
  /**
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/objectstorage/UploadPart.ts.html |here} to see how to use UploadPartRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.2/objectstorage/UploadPart.ts.html |here} to see how to use UploadPartRequest.
18
18
  */
19
19
  export interface UploadPartRequest extends common.BaseRequest {
20
20
  /**
@@ -126,12 +126,14 @@ class UploadManager {
126
126
  }
127
127
  catch (e) {
128
128
  if (this.numberOfSingleUploadRetry < 3) {
129
- console.log(`putObject failed, will retry. Last known error: ${e}`);
129
+ if (this.logger)
130
+ this.logger.error(`putObject failed, will retry. Last known error: ${e}`);
130
131
  this.numberOfSingleUploadRetry += 1;
131
132
  return yield this.singleUpload(requestDetails, content);
132
133
  }
133
134
  else {
134
- console.log(`putObject failed to retry ${this.numberOfSingleUploadRetry} times. Error: ${e}`);
135
+ if (this.logger)
136
+ this.logger.error(`putObject failed to retry ${this.numberOfSingleUploadRetry} times. Error: ${e}`);
135
137
  const error = {
136
138
  message: `putObject failed to retry ${this.numberOfSingleUploadRetry} times. Error: ${e}`,
137
139
  troubleShootingInfo: UPLOAD_MANAGER_DEBUG_INFORMATION_LOG
@@ -186,7 +188,8 @@ class UploadManager {
186
188
  ? (this.numberOfRetries[uploadId] += 1)
187
189
  : 1;
188
190
  if (this.numberOfRetries[uploadId] < 4) {
189
- console.log(`Upload part failed, will retry. Last known error: ${ex}`);
191
+ if (this.logger)
192
+ this.logger.error(`Upload part failed, will retry. Last known error: ${ex}`);
190
193
  return yield this.triggerUploadPart(content, requestDetails, uploadId, uploadPartNum, semaphore, totalSize, callback);
191
194
  }
192
195
  else {
@@ -1 +1 @@
1
- {"version":3,"file":"upload-manager.js","sourceRoot":"","sources":["../../../../../lib/objectstorage/lib/upload-manager/upload-manager.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"upload-manager.js","sourceRoot":"","sources":["../../../../../lib/objectstorage/lib/upload-manager/upload-manager.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-objectstorage",
3
- "version": "2.83.0",
3
+ "version": "2.84.2",
4
4
  "description": "OCI NodeJS client for ObjectStorage",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,9 +15,9 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.83.0",
18
+ "oci-common": "2.84.2",
19
19
  "await-semaphore": "^0.1.3",
20
- "oci-workrequests": "2.83.0"
20
+ "oci-workrequests": "2.84.2"
21
21
  },
22
22
  "publishConfig": {
23
23
  "registry": "https://registry.npmjs.org"