Bug #108496 mysqlshell docs: Add s3 options to exportTable docs
Submitted: 15 Sep 2022 14:42 Modified: 17 Oct 2022 14:48
Reporter: Marc Reilly Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:8.0.30 OS:Any
Assigned to: CPU Architecture:Any
Tags: mysql shell, s3

[15 Sep 2022 14:42] Marc Reilly
Description:
MySQL shell 8.0.30 added support for s3 in table export and import. 

> MySQL Shell supports the S3-compatible cloud storage services, AWS S3 and Oracle Cloud Infrastructure's S3 compatibility API.
https://dev.mysql.com/doc/relnotes/mysql-shell/8.0/en/news-8-0-30.html

Looking at the docs, the new options options were only documented in the the Parallel Table Import Utility docs and not the Table Export Utility docs.

How to repeat:
See docs:

https://dev.mysql.com/doc/mysql-shell/8.0/en/mysql-shell-utilities-table-export.html

https://dev.mysql.com/doc/mysql-shell/8.0/en/mysql-shell-utilities-parallel-table.html#mys...

Suggested fix:
Can you add "Options for S3-Compatible Services" from 11.4 Parallel Table Import Utility to the 11.3 Table Export Utility section too?

https://dev.mysql.com/doc/mysql-shell/8.0/en/mysql-shell-utilities-table-export.html

https://dev.mysql.com/doc/mysql-shell/8.0/en/mysql-shell-utilities-parallel-table.html#mys...
[16 Sep 2022 3:57] MySQL Verification Team
Hello Marc Reilly,

Thank you for the report and feedback.

regards,
Umesh
[17 Oct 2022 14:48] Edward Gilmore
Posted by developer:
 
Added the following note to the MySQL Shell 8.0.32 release notes:

The documentation for the Export Table Utility did not include a description of the S3-compatible storage options.