amazon s3 - AWS S3 to Glacier: did backup work? -


i experimenting backing data in amazon s3 folders glacier using lyfecycle management options. chose 1 of folders in bucket testing , created lifecycle rule states objects prefix need migrated glacier after 30 days. created rule today these files older 30 days expected them migrated right away. looking @ s3 folder , not noticing changes. how find out if backup occurred?

the lifecycle management policy (lmp) applied affect items matching it, whether existed before applied policy or created after applied it. takes time policy synchronize across of items in s3. see object lifecycle management before , after "before decide archive objects".

the objects moved lmp visible through s3 api, not via glacier api or console. you'll continue see objects listed in s3 bucket, object's metadata updated indicate x-amz-storage-class glacier. should able see through s3 console, or making request object's metadata using s3 api. see object key , metadata system-defined metadata.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -