1 ˆ
. Http URL
: It is most common and popular format of URL. To generate http url you need toif you attempt to access the URL that is expired, you will only find some error message. You still keep the file in your S3 account and don't have to remove it in order to remove access for others. click ‘HTTP URL' button to get the
http://
format.
2 ˆ
. Https URL
: It is also http url but works over secure socket layer. In other words, https works over secure mechanism. It is useful where user want secure communication of response/request between client servers. Generally it is used with commercial exchange of data. To generate https URL, you need to click on ‘HTTPS URL' button to get the
https://
format.
3 ˆ
. Use Bucket Name as Virtual Host
: By this option, Bucket Explorer replace s3.amazonaws.com with bucket name and construct the URL like your host(website name) URL. But make sure the bucket name should be same as host name ( e.g images.bucketexplorer.com). After generating of Virtual Host url you should use CNAME entry otherwise url will not work.
For example:-
http://
mybucket
/
myobject.ext
,
here
mybucket
and
myobject.ext
is represting viz; bucket name and file name with extention.
4 ˆ
. Torrent URL
: ‘Torrent URL' generates a URL that is in the form of
Bit Torrent
file. Using this URL, object can be downloaded with a
Bit Torrent client
application. Since this application fetches data from various sources, it saves both time and bandwidth usage. It also eliminates the dependency from the particular host. To generate the torrent URL you need to click on “Torrent Url” button and you will get the url(s) with "
?torrent
" suffix.
For Example
: https://mybucket.s3.amazonaws.com/myobject.ext
?torrent
5 ˆ
. Signed URL
:‘Signed URL' is the url which is valid for specific time period that's why its also know as "
Time Limited Signed URL
". Using Bucket Explorer you can set a fixed expiration time for a URL. Upon expiry, the URL will no longer remain active and if you attempt to access the URL once it has been expired, you will only find some error message. You still keep the file in your S3 account and you don't have to remove it from S3 account in order to remove access for others.
The very
purpose of signed URL
is to share the pages that have time sensitive information, or when you want to share a file with someone without making it available to everyone on the net. Such information becomes stale once a definite time passes out.
To create signed URL, simply
-
Right click over an object and choose 'Generate Web URL'.
-
In following window, look for a button with caption as Signed URL.
-
Manually Insert or choose expiry
date-time
in space provided next to the signed url button.
-
After Inserting date and time, click on the
Signed URL
button.
-
The new URL appears in the big box under the button.
Steps for generating web URL :
To generate web url for particular file(s)
-
Select the file(s) for which you want to generate web URL(s).
-
Right click on it and choose "
Generate Web URL
" option.
-
Now it shows the window as shown in above images.
-
Click one of the following buttons, in which format you want to form your urls.
-
Http
-
Https
-
Use Bucket Name as Virtual Host
-
Torrent URL and
-
Signed URL (specify date and time before clicking)
-
Click on
Copy
, to copy the selected url or
Copy all
to copy multiple urls into clipboard.
-
Click on
Quit
button to close the "Generate web url" window.
-
Now the urls are ready in clipboard, use them where ever you want.
Go top
Other options:
-
The
Copy All
and
Copy
is used to copy all Urls into clipboard.
-
Help
option provides helps and detailed information about url generation.
-
Quit
button is used to close the "Generate web url" window.
Go top