Add some swift functional tests to enhance coverage
Add some Swift functional tests to enhance coverage
1)Upload large object
2) Access object using temp url within expiry time
3) Copy the objects across the containers with COPY methods.
4) Make container public-readable, and access the object anonymously, e.g. using another user credentials.
5)Upload object using a form post html body
Blueprint information
- Status:
- Complete
- Approver:
- Ravikumar Venkatesan
- Priority:
- Medium
- Drafter:
- None
- Direction:
- Approved
- Assignee:
- Ravikumar Venkatesan
- Definition:
- Approved
- Series goal:
- None
- Implementation:
-
Implemented
- Milestone target:
- None
- Started by
- Ravikumar Venkatesan
- Completed by
- Ravikumar Venkatesan
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Test Case to check "copy object across container"
Addressed by: https:/
Test to provide read/write acl to the container
Addressed by: https:/
Test to GET public-readable container's object
Addressed by: https:/
Test to check temp url support
Addressed by: https:/
Test to upload object in segments and download it
Work Items
Work items:
Copy the objects across the containers with COPY methods: DONE
Make container public-readable, and access the object anonymously, e.g. using another user credentials: DONE
Access object using temp url within expiry time: DONE
Upload large object: DONE
Upload object using a form post html body: TODO