Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue about uploading file over 2GB #7994

Closed
cyberduck opened this issue Jun 5, 2014 · 9 comments
Closed

Issue about uploading file over 2GB #7994

cyberduck opened this issue Jun 5, 2014 · 9 comments
Assignees
Labels
bug openstack OpenStack Swift Protocol Implementation worksforme

Comments

@cyberduck
Copy link
Collaborator

5de229d created the issue

I am trying to upload a over-2GB-ISO file(below 5GB) to Softlayer's object storage.

After upload, I find a hidden .file-segement folder was created.
Uder its another subfolder,there are 20 files (100MB).

How to upload an ISO file completed without being chunked?

@cyberduck
Copy link
Collaborator Author

5de229d commented

Please kindly show me how to.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

We have set a default threshold set to 2GB when files are uploaded as segments with a manifest object. This threshold is below the default 5GB limit of a single file because segmenting allows us to resume an interrupted transfer.

The segmenting should be transparent to you. To download the uploaded object, point to the manifest file created (it has the same name as the local file and can be found in the upload target location).

To change the default threshold, override the hidden preference openstack.upload.largeobject.threshold with a value in bytes such as 5368709120.

@cyberduck
Copy link
Collaborator Author

5de229d commented

Please forget me.
Where can I find the hidden preferemce( I installed cyberduck in windows OS)?
Is it user.config?

Because Softlayer object storage does not support to merge chunked files into one,
I have to upload one file under 5GB without being chunked,please tell me how to set the value.

<setting name="[property]" value="[value]" />

What is is property, and I should enter what "[value]" ?

What does 5368709120 mean here?

@cyberduck
Copy link
Collaborator Author

@dkocher commented

According to their documentation, Softlayer should handle large object uploads.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Unfortunately we do not have a test account with Softlayer to test interoperability.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:4 lacote]:

Please forget me.
Where can I find the hidden preferemce( I installed cyberduck in windows OS)?
Is it user.config?

Because Softlayer object storage does not support to merge chunked files into one,
I have to upload one file under 5GB without being chunked,please tell me how to set the value.

<setting name="[property]" value="[value]" />

What is is property, and I should enter what "[value]" ?

What does 5368709120 mean here?

Replace [property] with openstack.upload.largeobject.thresholdand [value] with 5368709120 refering to 5GB.

@cyberduck
Copy link
Collaborator Author

5de229d commented

I have uploaded the ISO file to softlayer's object storage properly.
But it appears that the content-type is incorrect:
Content-Type: application/octet-stream
How to adjust the file to the ISO 9060 format ?

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:8 lacote]:

I have uploaded the ISO file to softlayer's object storage properly.
But it appears that the content-type is incorrect:
Content-Type: application/octet-stream
How to adjust the file to the ISO 9060 format ?

Use the Info panel to change the Content-Type header.

@cyberduck
Copy link
Collaborator Author

5de229d commented

Do you mean, I have to upload the file first and then change its content type?

What value shall I set for SoftLayer,ISO 9060 format?

Please help me.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug openstack OpenStack Swift Protocol Implementation worksforme
Projects
None yet
Development

No branches or pull requests

2 participants