Yandex Object Storage
To try out Yandex.Cloud, you can activate a Free trial.
- Trial terms
-
Length Free storage size Grant amount 60 days 5 TB $ 50 Length Free storage size Grant amount 60 days 5 TB $ 50
Steps to follow
To use files from Yandex.Cloud:
Create a bucket in Object Storage. To learn how to do this, go to Getting started.
Tip. Create a bucket with public access. This way you won't need to generate a link to each file separately.- Select a bucket and upload your files. Files will be accessible to anyone with a link. We recommend using hashed file names to keep your files secure. You can generate hashes using online tools (for example, Online MD5 Hash Generator). Learn more about hashing.Note. You can set the lifetime of files in the bucket so that they are automatically deleted after a specified number of days. Learn more.
If you restricted access to the bucket, you need to get a separate link for each file by following the instructions.
Select a file and click
.All file links are created by the same template.
The link looks like this:
https://<bucket-name>.s3.<region-code>.amazonaws.com/<filename>
Copied to clipboardThe link in the folder looks like this:
https://<bucket-name>.s3.<region-code>>.amazonaws.com/<path-to-file>/<filename>
Copied to clipboardNote.To quickly get links to other files, copy the link to one of them and substitute instead
<filename>
names of other uploaded files.In theTSV file with tasks, paste the links in the column that matches the input data field to which this data is passed.
For example, if you want to use images in the
image
field, specify the file links in theINPUT:image
column:INPUT:image https://storage.yandexcloud.net/my-bucket/1.jpg https://storage.yandexcloud.net/my-bucket/2.jpg
Copied to clipboard