Object Storage private access
Object Storage private access enables resources connected to selected Private Networks to access Scaleway Object Storage over a private network, without traversing the public Internet.
Disable Object Storage private access
Disable Object Storage private access for a VPC.
path Parameters
regionThe region you want to target
vpc_idID of the VPC for which to disable Object Storage private access. (UUID format)
Disable Object Storage private access › Responses
idVPC ID. (UUID format)
nameVPC name.
organization_idScaleway Organization the VPC belongs to. (UUID format)
project_idScaleway Project the VPC belongs to. (UUID format)
regionRegion of the VPC.
tagsTags for the VPC.
is_defaultDefines whether the VPC is the default one for its Project.
created_atDate the VPC was created. (RFC 3339 format)
updated_atDate the VPC was last modified. (RFC 3339 format)
private_network_countNumber of Private Networks within this VPC.
routing_enabledDefines whether the VPC routes traffic between its Private Networks.
custom_routes_propagation_enabledDefines whether the VPC advertises custom routes between its Private Networks.
transitivity_enabledDefines whether the VPC allows packets from peered VPCs to transit through.
object_storage_private_access_enabledDefines whether the Object Storage private access is enabled for the VPC.
Enable Object Storage private access
Enable Object Storage private access for a VPC.
path Parameters
regionThe region you want to target
vpc_idID of the VPC for which to enable Object Storage private access. (UUID format)
query Parameters
private_network_idsIDs of the Private Networks for which to enable Object Storage private access.
Enable Object Storage private access › Responses
idVPC ID. (UUID format)
nameVPC name.
organization_idScaleway Organization the VPC belongs to. (UUID format)
project_idScaleway Project the VPC belongs to. (UUID format)
regionRegion of the VPC.
tagsTags for the VPC.
is_defaultDefines whether the VPC is the default one for its Project.
created_atDate the VPC was created. (RFC 3339 format)
updated_atDate the VPC was last modified. (RFC 3339 format)
private_network_countNumber of Private Networks within this VPC.
routing_enabledDefines whether the VPC routes traffic between its Private Networks.
custom_routes_propagation_enabledDefines whether the VPC advertises custom routes between its Private Networks.
transitivity_enabledDefines whether the VPC allows packets from peered VPCs to transit through.
object_storage_private_access_enabledDefines whether the Object Storage private access is enabled for the VPC.
Set Object Storage private access Private Networks
Set the Private Networks associated with the Object Storage private access to enable Object Storage integration for their resources.
path Parameters
regionThe region you want to target
vpc_idID of the VPC containing the Object Storage private access. (UUID format)
Set Object Storage private access Private Networks › Request Body
private_network_idsIDs of the Private Networks to associate with the Object Storage private access.
Set Object Storage private access Private Networks › Responses
vpc_idID of the VPC containing the Object Storage private access. (UUID format)
private_network_idsIDs of the Private Networks associated with the Object Storage private access.
Add a Private Network to an Object Storage private access
Add a Private Network to the Object Storage private access to enable Object Storage integration for its resources.
path Parameters
regionThe region you want to target
vpc_idID of the VPC containing the Object Storage private access. (UUID format)
Add a Private Network to an Object Storage private access › Request Body
private_network_idID of the Private Network to add to the Object Storage private access. (UUID format)
Add a Private Network to an Object Storage private access › Responses
vpc_idID of the VPC containing the Object Storage private access. (UUID format)
private_network_idsIDs of the Private Networks associated with the Object Storage private access.
Remove a Private Network from an Object Storage private access
Remove a Private Network from the Object Storage private access to disable Object Storage integration for its resources.
path Parameters
regionThe region you want to target
vpc_idID of the VPC containing the Object Storage private access. (UUID format)
private_network_idID of the Private Network to remove from the Object Storage private access. (UUID format)