jonaustin09

Results 13 issues of jonaustin09

I followed the heap documentation and implement all steps but still I am facing issue that heap analytics shows nothing when I run my app on ios but works fine...

**Describe the bug** CreateMultipartUpload should handle the following properties: 1. Content-Type 2. Metadata 3. ObjectLockLegalHoldStatus 4. ObjectLockMode 5. ObjectLockRetainUntilDate 6. Tagging **To Reproduce** ``` aws --endpoint-url http://localhost:7070 s3api create-multipart-upload --bucket...

bug

**Describe the bug** When calling GetObject action with a specific range the successful response status should be `206` **To Reproduce** ``` aws --endpoint-url http://localhost:7070 s3api get-object --bucket my-bucket --key my-obj...

bug

**Describe the bug** When a user tries to create an already existing bucket owned by him, the gateway should return `BucketAlreadyOwnedByYou` error instead of `BucketAlreadyExists` **To Reproduce** Run bucket creation...

bug

**Describe the bug** PutBucketPolicy document validation should validate the following structure for `Principal` property in `Statements`: ``` "Principal": { "AWS": "*" } ``` **To Reproduce** ``` aws --endpoint-url http://localhost:7070 s3api...

bug

**Describe the solution you'd like** In the context of object-locking BypassGovernanceRetention property has key role in access control. Investigate the usage of this property in s3 actions and bucket policy.

enhancement

**Describe the bug** ListObjectsV2/ListObjects actions return .DsStore files as s3 objects on MacOs, which is a file created in every directory, containing some metadata about the folder. **To Reproduce** aws...

enhancement
waiting_for_use_case

**Describe the solution you'd like** Implement a middleware function DetectAction, which will take *fiber.Ctx as argument and will store action name in context locals. All the action validation steps would...

enhancement

Implemented bucket object versioning in the POSIX backend. Closes #678 This PR covers the following features: 1. Implementation of the PutBucketVersioning action in POSIX 2. Implementation of the GetBucketVersioning action...

**Describe the bug** Versioning implementation doesn't correctly handle multiple concurrent object versions upload requests. Some of them cause internal server errors. e.g `Internal Error, set content-type attr: xattr.Set test-bucket-1/my-obj user.content-type:...

bug