fastly-api 1.3.0

Fastly API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# LoggingDigitaloceanAllOf

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bucket_name** | Option<**String**> | The name of the DigitalOcean Space. | 
**access_key** | Option<**String**> | Your DigitalOcean Spaces account access key. | 
**secret_key** | Option<**String**> | Your DigitalOcean Spaces account secret key. | 
**domain** | Option<**String**> | The domain of the DigitalOcean Spaces endpoint. | [default to nyc3.digitaloceanspaces.com]
**path** | Option<**String**> | The path to upload logs to. | [default to null]
**public_key** | Option<**String**> | A PGP public key that Fastly will use to encrypt your log files before writing them to disk. | [default to null]

[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)