| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/stable | 146 | 26 Mar 2025 | |
| latest/stable | 145 | 26 Mar 2025 | |
| latest/edge | 188 | 31 Jul 2025 | |
| latest/edge | 156 | 02 May 2025 | |
| latest/edge | 155 | 02 May 2025 | |
| 1/stable | 330 | 04 Mar 2026 | |
| 1/stable | 332 | 04 Mar 2026 | |
| 1/stable | 331 | 04 Mar 2026 | |
| 1/candidate | 331 | 18 Feb 2026 | |
| 1/candidate | 332 | 18 Feb 2026 | |
| 1/candidate | 330 | 18 Feb 2026 | |
| 1/edge | 459 | 06 Mar 2026 | |
| 1/edge | 458 | 06 Mar 2026 | |
| 1/edge | 457 | 06 Mar 2026 | |
| 2/beta | 281 | 18 Feb 2026 | |
| 2/beta | 280 | 18 Feb 2026 | |
| 2/edge | 467 | Today | |
| 2/edge | 466 | Today |
juju deploy s3-integrator --channel 2/edge
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
attributes | string
The custom metadata (HTTP headers).
-
bucket | string
The bucket/container name delivered by the provider.
-
credentials | secret
The credentials to connect to an S3 compatible object storage. This needs to be a Juju Secret URI pointing to a secret that contains the following keys:
- access-key: Access key for accessing the object storage backend.
- secret-key: Access key secret for accessing the object storage backend.
-
endpoint | string
The endpoint used to connect to the object storage.
-
experimental-delete-older-than-days | int
Full backups can be retained for a number of days. The removal of expired backups happens immediately after finishing the first successful backup after retention period. When full backup expires, the all differential and incremental backups which depends on this full backup also expires. This option is EXPERIMENTAL. Allowed values are: from 1 to 9999999.
-
path | string
The path inside the bucket/container to store objects.
-
region | string
The region used to connect to the object storage.
-
s3-api-version | string
S3 protocol specific API signature. Accepted values "2" or "4"
-
s3-uri-style | string
The S3 protocol specific bucket path lookup type.
-
storage-class | string
Storage Class for objects uploaded to the object storage.
-
tls-ca-chain | string
The complete CA chain, which can be used for HTTPS validation.