1ARIA_S3_COPY(1) User Commands ARIA_S3_COPY(1)
2
3
4
6 aria_s3_copy - Copy an Aria table to and from s3
7
9 Usage: aria_s3_copy --aws-access-key=# --aws-secret-access-key=#
10 --aws-region=# --op=(from_s3 | to_s3 | delete_from_s3) [OPTIONS] ta‐
11 bles[.MAI]
12
13 -?, -h, --help
14 Display help and exit.
15
16 -k, --s3-access-key=name
17 AWS access key ID
18
19 -r, -s3-region=name
20 AWS region
21
22 -K, -s3-secret-key=name
23 AWS secret access key ID
24
25 -b, -s3-bucket=name
26 AWS prefix for tables
27
28 -h, -s3-host-name=name
29 Host name to S3 provider
30
31 -c, -compress
32 Use compression
33
34 -o, -op=name
35 Operation to execute. One of 'from_s3', 'to_s3' or
36 'delete_from_s3'
37
38 -d, -database=name
39 Database for copied table (second prefix). If not given, the di‐
40 rectory of the table file is used
41
42 -B, -s3-block-size=#
43 Block size for data/index blocks in s3
44
45 -L, -s3-protocol-version=name
46 Protocol used to communication with S3. One of "Auto", "Amazon"
47 or "Original".
48
49 -f, -force
50 Force copy even if target exists
51
52 -V, -version
53 Print version and exit.
54
55 --s3-debug
56 Output debug log from marias3 to stdout
57
58 -v, --verbose
59 Be verbose.
60
61 For more information, please refer to the MariaDB Knowledge Base page
62 https://mariadb.com/kb/en/aria_s3_copy/
63
64
65
66aria_s3_copy Ver 1.0 June 2020 ARIA_S3_COPY(1)