-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.needs-triageThis issue or PR still needs to be triaged.This issue or PR still needs to be triaged.
Description
Describe the feature
We are making a macOS application to provide a nice GUI around CreateJob (https://docs.aws.amazon.com/AmazonS3/latest/userguide/batch-ops-create-job.html). But looks like this SDK doesn't support creating and submitting a CreateJob request with the nice Swift wrappers available for other calls.
Use Case
The users need to perform batch copies in S3 regularly. Initiating these via the AWS CLI is error-prone with a number of steps and lots of details. We are making a macOS application to present a nice GUI to collect info and compose the request.
Proposed Solution
Implement CreateJob like the other AWS S3 actions.
Other Information
Our only current options are to compose AWS CLI commands or call the REST API directly.
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
StevoGTA
Metadata
Metadata
Assignees
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.needs-triageThis issue or PR still needs to be triaged.This issue or PR still needs to be triaged.