-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
BugSomething isn't workingSomething isn't workingIn progressIssue is being worked onIssue is being worked onMore details neededMore details about the issue is neededMore details about the issue is needed
Description
Describe the bug
It seems impossible to upload a local file to a remote key that is not within a "folder" structure. Either a folder structure is created or the upload fails with a An error occurred (InternalError) when calling the CompleteMultipartUpload operation
when using /
as the destination.
To Reproduce
Steps to reproduce the behavior:
- Select a local file, a target bucket
- Run the upload command, attempt to upload to destination
/
.
iris <credentials> upload <bucket> <local_file> /
Expected behavior
I would have expected Iris to accept and succeed uploading to /
, which should result in the file being located at the top level in the structure, without creating any "folder".
Screenshots
If applicable, add screenshots to help explain your problem.
IRIS version
For example, 5.4.1
Additional context
Upload succeeds with any given destination path. Always seems to fail with /
.
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't workingIn progressIssue is being worked onIssue is being worked onMore details neededMore details about the issue is neededMore details about the issue is needed