-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: ADDONS_10.10, ADDONS_11.1, ADDONS_2021
-
Component/s: S3
-
Tags:
-
Sprint:nxApps 2021 Cycle 5
-
Story Points:2
Getting Blob status from its provider seems to send downloadable false where it should be true.
Scenario:
- upload content to S3 Main bucket => Standard storage class
- move content to Glacier => after life cyle transition => Glacier storage class
Issue:
get blob status using S3BlobProvider#getStatus return true where it should be false.
this is related to the fact that the ongoing boolean is null ( three state boolean). Please note we didn’t ask for a restore
As its main storage is Standards (the Life cycle transition doesn't happen yet)
Proposal:
we should rely on the class storage and the restore expiration time
Storage Class | S3 Expiration Time | Downloadable |
---|---|---|
Standard | null/absent | true |
Glacier | null/absent | false |
Glacier | date | true |
- is related to
-
NXP-30343 Restore a file from S3 Glacier to S3 standard
- Resolved
- Is referenced in