strato icon indicating copy to clipboard operation
strato copied to clipboard

Copying an archived object from AWS bucket and pasting to an Azure bucket works even though archival support is not enabled for Azure.

Open anvithks opened this issue 3 years ago • 0 comments

Issue/Feature Description: Copying an archived object from the TIER_999(GLACIER) tier in an AWS bucket to an Azure bucket with no archival support works. Why this issue to fixed / feature is needed(give scenarios or use cases): Currently the multi-cloud supports archival support only for AWS backend. Although the object is pasted in the Azure bucket the information is not correct since there is no archive tier available in Azure and this operation should not be performed.

How to reproduce, in case of a bug:

  1. Create a bucket in AWS and Azure.
  2. Archive an object in the AWS backend.
  3. From the AWS bucket initiate copy object and paste this Archived object to Azure bucket.
  4. The object is copied with the same Tier, which is invalid in Azure.
  5. Also able to initiate a restore and download the object.

Other Notes / Environment Information: (Please give the env information, log link or any useful information for this issue) AWS and Azure buckets image

Copy from AWS bucket image

Paste object to Azure bucket image

anvithks avatar Jan 07 '21 17:01 anvithks