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

Updating information on Cloud specific info tab #424

Merged
merged 1 commit into from
Sep 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added cyberduck/_images/Azure_tab_info_macOS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cyberduck/_images/B2_tab_info_macOS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cyberduck/_images/GCS_tab_info_macOS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 45 additions & 2 deletions cyberduck/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,12 @@ When you define a default root object, a user request that calls the root of you
Use the Invalidate option *File → Info → Distribution (CDN)* to invalidate files from edge locations.
```

## Amazon S3 Panel
## Provider Panel

Settings specific to the [Amazon S3](../protocols/s3/index.md) service.
Settings specific for the cloud service in use. Available for [Amazon S3](../protocols/s3/index.md), [Backblaze B2](../protocols/b2.md), [Windows Azure Blob Storage](../protocols/azure.md), and [Google Cloud Storage](../protocols/googlecloudstorage.md).

``````{tabs}
`````{group-tab} Amazon S3

- The geographic location of the bucket.
- [Publicly accessible URL](../protocols/s3/index.md#pre-signed-temporary-urls) to the file with a validity of 24 hours. Signed URLs with a different life are available in the *Edit → Copy URL* menu.
Expand All @@ -145,6 +148,46 @@ Settings specific to the [Amazon S3](../protocols/s3/index.md) service.
:width: 500px
```

`````
`````{group-tab} Windows Azure Blob Storage

- [Publicly accessible URL](../protocols/azure.md#shared-access-signature-urls) to the file with a validity of 24 hours. Signed URLs with a different life are available in the *Edit → Copy URL* menu.
- Enabling [access logs](../protocols/azure.md#access-logs) for the bucket.

```{image} _images/Azure_tab_info_macOS.png
:alt: Windows Azure Blob Storage
:width: 500px
```

`````
`````{group-tab} Backblaze B2

- [Publicly accessible URL](../protocols/b2.md#authorized-url) to the file with a validity of 7 days.
- Configure [bucket versioning](../protocols/b2.md#file-versioning).


```{image} _images/B2_tab_info_macOS.png
:alt: Backblaze B2
:width: 500px
```

`````
`````{group-tab} Google Cloud Storage

- The geographic location of the bucket.
- Enabling [access logs](../protocols/googlecloudstorage.md#bucket-access-logging) for the bucket.
- Choose [storage class](../protocols/googlecloudstorage.md#storage-class)). Settings will be applied recursively if a folder is selected.
- Configure [bucket versioning](../protocols/googlecloudstorage.md#versioning).
- Configure Transfer Acceleration.

```{image} _images/GCS_tab_info_macOS.png
:alt: Google Cloud Storage
:width: 500px
```

`````
``````

## Metadata (HTTP headers)

View and modify metadata attributes of files.
Expand Down
Binary file added protocols/_images/Azure_tab_info_macOS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added protocols/_images/B2_tab_info_macOS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added protocols/_images/GCS_tab_info_macOS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions protocols/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ Currently only signed URLs with a validity of 24 hours are available.

Configure access logging for buckets in the *Info* panel.

```{image} _images/Azure_tab_info_macOS.png
:alt: Windows Azure Blob Storage
:width: 500px
```

## Limitations

- Container and blob [naming conventions](https://docs.microsoft.com/en-us/rest/api/storageservices/Naming-and-Referencing-Containers--Blobs--and-Metadata).
Expand Down
4 changes: 4 additions & 0 deletions protocols/b2.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ A list of file versions can be viewed in the *Versions* tab of the *[Info](../cy
```{note}
`Bucket Versioning` has to be enabled within the *B2* tab of the *Info* window before the versions of the files are displayed.
```
```{image} _images/B2_tab_info_macOS.png
:alt: Backblaze B2
:width: 500px
```

### Authorized URL
Create an authorized URL to make files available publicly. Choose *File → Share…*. The shared URL expires in 7 days.
Expand Down
14 changes: 13 additions & 1 deletion protocols/googlecloudstorage.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,11 @@ You can set the default [storage class](https://cloud.google.com/storage/docs/st

When this option is enabled in the *Google Cloud Storage* panel of the Info (*File → Info (macOS `⌘I` Windows `Alt+Return`)*) window for a bucket or any file within, available log records for this bucket are periodically aggregated into log files and delivered to root in the target logging bucket specified. It is considered best practice to choose a logging target that is different from the origin bucket.

![Access Log Configuration](_images/Google_Storage_Access_Log_Configuration.png)

```{image} _images/GCS_tab_info_macOS.png
:alt: Google Cloud Storage
:width: 500px
```

## Folders

Expand All @@ -95,6 +99,14 @@ You can edit standard HTTP headers [add](../cyberduck/info.md#metadata-http-head

Modification dates are supported through the `Custom-Time` metadata parameter. The parameter gets set on file upload through Mountain Duck and Cyberduck.

### Versioning

A list of file versions can be viewed in the *Versions* tab of the *[Info](../cyberduck/info.md#versions)* window. Files can be reverted to a chosen version of this list. Additionally, versions of the list can be deleted.

```{note}
`Bucket Versioning` has to be enabled within the *Google Storage* tab of the *Info* window before the versions of the files are displayed.
```

## ACLs

### Default ACLs
Expand Down
Loading