Scaleway Object Storage
@sntxrr/scaleway-object-storagev2026.07.18.1
01README
Manage a Scaleway Object Storage (S3-compatible) bucket — list-buckets, create, delete, sync, and list-objects — via the S3 API with AWS Signature V4 signing (access key + secret key), not X-Auth-Token.
02Models
@sntxrr/scaleway-object-storagev2026.07.18.1scaleway_object_storage.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| accessKey | string | Scaleway Object Storage access key (the public half of an API key). Wire with ${{ vault.get(scaleway, SCW_ACCESS_KEY) }}. |
| secretKey | string | Scaleway Object Storage secret key (the secret half of an API key). Used only to derive the AWS SigV4 signing key; never logged or stored. Wire with ${{ vault.get(scaleway, SCW_SECRET_KEY) }}. |
| region | string | Object Storage region: fr-par, nl-ams, or pl-waw. Selects the s3.<region>.scw.cloud endpoint and is part of the SigV4 credential scope. |
| bucket | string | Name of the bucket this model manages. Used by create, delete, sync, and list-objects; ignored by the list-buckets factory. |
| endpoint? | string | Override the S3 endpoint base URL. Defaults to https://s3.<region>.scw.cloud. |
Resources
bucket(infinite)— Snapshot of an Object Storage bucket's state
object(infinite)— Snapshot of an object listed within a bucket
03Stats
A
100 / 100
Downloads
1
Archive size
13.4 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
Repository
https://github.com/sntxrr/swamp-scaleway04Platforms
05Labels